Name | Type | Use | Default | Fixed | Description |
height | xs:int | required | | | The height of the list box. |
width | xs:int | required | | | The width of the list box. |
x | xs:int | required | | | The x coordinate of the upper left corner of the list box. |
y | xs:int | required | | | The y coordinate of the upper left corner of the list box |
backgroundcolor | | optional | | | The background color to use for the list box. If not specified, this value is inherited from the page's backgroundcolor attribute. |
border | Restriction of xs:string | optional | | | Specifies whether the list box has a border. |
color | | optional | | | The color to use for the list box's text. If not specified, this value is inherited from the page's color attribute. |
defaultvalue | xs:string | optional | | | A simple expression that specifies the default value of the combo box. |
field | xs:string | optional | | | The field of the shapefile's DBF table that is linked to the list box. |
font | | optional | | | The font to use for the list box's text. If not specified, this value is inherited from the page's font attribute. |
fontsize | Restriction of xs:int | optional | | | The font size to use for the list box's text. If not specified, this value is inherited from the page's fontsize attribute. |
fontstyle | Restriction of xs:string | optional | regular | | The font style to use for the list box's text. If not specified, this value is inherited from the page's fontstyle attribute. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline"). |
group | Restriction of xs:string | optional | false | | Specifies whether the list box starts a new group of controls. |
hscroll | Restriction of xs:string | optional | | | Specifies if the list box should have a horizontal scroll bar |
listtable | xs:string | optional | | | The DBF table used to populate the list box. |
listtextfield | xs:string | optional | | | The field of the DBF table that contains the data used to populate the text component of the list box's items. |
listvaluefield | xs:string | optional | | | The field of the DBF table that contains the data used to populate the value component of the list box's items. |
name | xs:string | optional | | | Name of the ListBox control. Used to reference the control in scripts. |
onkillfocus | | optional | | | Specify the script to run when this event occurs. |
onselcancel | | optional | | | Specify the script to run when this event occurs. |
onselchange | | optional | | | Specify the script to run when this event occurs. |
onsetfocus | | optional | | | Specify the script to run when this event occurs. |
onvalidate | | optional | | | Specify the script to run when this event occurs. |
readonly | Restriction of xs:string | optional | false | | Specifies whether the list box's value can be modified by the user. |
required | Restriction of xs:string | optional | false | | Specifies if the user must enter some text in the list box. |
showvalues | Restriction of xs:string | optional | true | | Specifies if the values are displayed next to the text for items in the list box. |
sort | Restriction of xs:string | optional | true | | Specifies if the items in the list box are automatically sorted alphabetically. |
tabstop | Restriction of xs:string | optional | true | | Specifies if the items in the list box are automatically sorted alphabetically. |
vscroll | Restriction of xs:string | optional | false | | Specifies if the list box should have a vertical scroll bar |